home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / database / 32psro20.zip / _SETUP.1 / REO32S.EXE / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1997-05-14  |  3KB  |  129 lines

  1. object AboutBox: TAboutBox
  2.   Left = 221
  3.   Top = 167
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'About'
  7.   ClientHeight = 179
  8.   ClientWidth = 303
  9.   Ctl3D = False
  10.   Color = clSilver
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'System'
  14.   Font.Style = []
  15.   PixelsPerInch = 96
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   TextHeight = 16
  20.   object Panel1: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 303
  24.     Height = 179
  25.     Align = alClient
  26.     BevelInner = bvRaised
  27.     BevelOuter = bvNone
  28.     BevelWidth = 3
  29.     BorderStyle = bsSingle
  30.     Color = clSilver
  31.     TabOrder = 1
  32.     object ProgramIcon: TImage
  33.       Left = 8
  34.       Top = 8
  35.       Width = 70
  36.       Height = 70
  37.       AutoSize = True
  38.       Picture.Data = {<image000.bmp>}
  39.       Stretch = True
  40.       IsControl = True
  41.     end
  42.     object ProductName: TLabel
  43.       Left = 3
  44.       Top = 88
  45.       Width = 293
  46.       Height = 22
  47.       Alignment = taCenter
  48.       AutoSize = False
  49.       Caption = 'PrimaSoft Shareware Organizer'
  50.       Font.Color = clBlue
  51.       Font.Height = -19
  52.       Font.Name = 'Arial'
  53.       Font.Style = [fsBold]
  54.       ParentFont = False
  55.       IsControl = True
  56.     end
  57.     object Version: TLabel
  58.       Left = 94
  59.       Top = 114
  60.       Width = 88
  61.       Height = 13
  62.       Caption = 'Version 1.0 (16-bit)'
  63.       Font.Color = clBlue
  64.       Font.Height = -11
  65.       Font.Name = 'MS Sans Serif'
  66.       Font.Style = []
  67.       ParentFont = False
  68.       IsControl = True
  69.     end
  70.     object Copyright: TLabel
  71.       Left = 6
  72.       Top = 138
  73.       Width = 189
  74.       Height = 13
  75.       Caption = 'Copyright 1995-97 by PrimaSoft PC, Inc.'
  76.       Font.Color = clBlack
  77.       Font.Height = -11
  78.       Font.Name = 'MS Sans Serif'
  79.       Font.Style = []
  80.       ParentFont = False
  81.       IsControl = True
  82.     end
  83.     object SharewareText: TLabel
  84.       Left = 120
  85.       Top = 6
  86.       Width = 171
  87.       Height = 43
  88.       AutoSize = False
  89.       Caption = 
  90.         'This is a fully functional Shareware version. You have 30 days f' +
  91.         'or evaluation.'
  92.       Font.Color = clBlack
  93.       Font.Height = -11
  94.       Font.Name = 'Arial'
  95.       Font.Style = []
  96.       ParentFont = False
  97.       Visible = False
  98.       WordWrap = True
  99.     end
  100.     object Label1: TLabel
  101.       Left = 6
  102.       Top = 152
  103.       Width = 123
  104.       Height = 13
  105.       Caption = 'http://www.primasoft.com'
  106.       Font.Color = clBlack
  107.       Font.Height = -11
  108.       Font.Name = 'MS Sans Serif'
  109.       Font.Style = []
  110.       ParentFont = False
  111.     end
  112.   end
  113.   object BitBtn1: TBitBtn
  114.     Left = 216
  115.     Top = 139
  116.     Width = 73
  117.     Height = 28
  118.     Caption = '&OK'
  119.     TabOrder = 0
  120.     Kind = bkOK
  121.   end
  122.   object Timer1: TTimer
  123.     Interval = 20
  124.     OnTimer = Timer1Timer
  125.     Left = 262
  126.     Top = 60
  127.   end
  128. end
  129.